home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Human / gtk-2.0 / gtkrc
Text File  |  2006-08-23  |  6KB  |  241 lines

  1. # Ubuntu Human Colorscheme
  2. #
  3. # Authors:
  4. # Richard Stellingwerff <remenic@gmail.com>
  5. # Daniel Borgmann <daniel.borgmann@gmail.com>
  6. # Billy Cantrell <bvcmdk@yahoo.com>
  7. #
  8. # Feel free to modify and share!
  9.  
  10.  
  11. style "clearlooks-default"
  12. {
  13.     GtkButton      ::default_border    = { 0, 0, 0, 0 }
  14.     GtkRange       ::trough_border     = 0
  15.     GtkPaned       ::handle_size       = 6
  16.     GtkRange       ::slider_width      = 15
  17.     GtkRange       ::stepper_size      = 15
  18.  
  19.     GtkScrollbar   ::min_slider_length = 35
  20.     GtkCheckButton ::indicator_size    = 14
  21.     GtkMenuBar     ::internal-padding  = 0
  22.     GtkTreeView    ::expander_size     = 14
  23.     GtkExpander    ::expander_size     = 16
  24.     GtkScale       ::slider-length     = 31
  25.     # GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
  26.     # GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
  27.     # GtkScrollbar   ::has-secondary-forward-stepper = 1
  28.     # GtkScrollbar   ::has-secondary-backward-stepper = 1
  29.  
  30.     GtkButton      ::child-displacement-x = 0
  31.     GtkButton      ::child-displacement-y = 0
  32.  
  33.     xthickness = 1
  34.     ythickness = 1
  35.  
  36.     GtkTreeView::odd_row_color = "#F5F2ED"
  37.     GtkTreeView::even_row_color = "#FAF9F7"
  38.  
  39.     fg[NORMAL]        = "#101010"
  40.     fg[PRELIGHT]      = "#000000"
  41.     fg[ACTIVE]        = "#000000"
  42.     fg[SELECTED]      = "#ffffff"
  43.     fg[INSENSITIVE]   = "#B3AFAB"
  44.  
  45.     bg[NORMAL]        = "#efebe7"
  46.     bg[PRELIGHT]      = "#f5f3f0"
  47.     bg[ACTIVE]        = "#E1D9D1"
  48.     bg[SELECTED]      = "#D6722D"
  49.     bg[INSENSITIVE]   = "#EBE7E3"
  50.  
  51.     base[NORMAL]      = "#ffffff"
  52.     base[PRELIGHT]    = "#ffffff"
  53.     base[ACTIVE]      = "#E1D9D1"
  54.     base[SELECTED]    = "#FFD799"
  55.     base[INSENSITIVE] = "#EBE7E3"
  56.  
  57.     text[NORMAL]      = "#000000"
  58.     text[PRELIGHT]    = "#000000"
  59.     text[ACTIVE]      = "#000000"
  60.     text[SELECTED]    = "#000000"
  61.     text[INSENSITIVE] = "#B3AFAB"
  62.  
  63.     engine "ubuntulooks" 
  64.     {
  65.         menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
  66.         menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
  67.         listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
  68.         progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
  69.         animation         = FALSE
  70.     }
  71. }
  72.  
  73. # Evolution (and some deprecated widgets) use bg and fg for its listview instead of 
  74. # base and text like they should, so we override it.
  75. style "evolution-hack" = "clearlooks-default"
  76. {    
  77.     bg[ACTIVE]   = "#E1D9D1"
  78.     bg[SELECTED] = "#FFD799"
  79.     fg[ACTIVE]   = "#000000"
  80.     fg[SELECTED] = "#000000"
  81. }
  82.  
  83. # Bright orange highlights only for selected widgets
  84. style "clearlooks-orange" = "clearlooks-default"
  85. {
  86.     bg[SELECTED] = "#FF6D0C"
  87. }
  88.  
  89.  
  90. style "clearlooks-wide" = "clearlooks-default"
  91. {
  92.     xthickness = 2
  93.     ythickness = 2
  94. }
  95. style "clearlooks-wide-orange" = "clearlooks-wide"
  96. {
  97.     bg[SELECTED] = "#FF6D0C"
  98. }
  99.  
  100. style "clearlooks-wider" = "clearlooks-default"
  101. {
  102.     xthickness = 3
  103.     ythickness = 3
  104. }
  105. style "clearlooks-wider-orange" = "clearlooks-wider"
  106. {
  107.     bg[SELECTED] = "#FF6D0C"
  108. }
  109.  
  110. style "clearlooks-button" = "clearlooks-wider-orange"
  111. {
  112.     bg[PRELIGHT] = "#f5f3f0"
  113.     bg[ACTIVE]   = "#d9d3cc"
  114. }
  115.  
  116. style "clearlooks-notebook" = "clearlooks-wide-orange"
  117. {
  118.     bg[NORMAL]          = "#efebe5"
  119.     bg[ACTIVE]          = "#d0c8c1"
  120.     bg[INSENSITIVE]     = "#efebe5"
  121. }
  122.  
  123. style "clearlooks-tasklist" = "clearlooks-default"
  124. {
  125.     xthickness = 5
  126.     ythickness = 3
  127. }
  128.  
  129. style "clearlooks-menu" = "clearlooks-default"
  130. {
  131.     xthickness = 2
  132.     ythickness = 1
  133.     bg[NORMAL] = "#f8f5f2"
  134. }
  135.  
  136. style "clearlooks-menubar-item" = "clearlooks-button"
  137. {
  138.     fg[PRELIGHT] = "#000000"
  139. }
  140.  
  141. style "clearlooks-menu-item" = "clearlooks-default"
  142. {
  143.     xthickness = 2
  144.     ythickness = 3
  145.     bg[SELECTED] = "#FFD799"
  146.     fg[PRELIGHT] = "#000000"
  147.     text[PRELIGHT] = "#000000"
  148. }
  149.  
  150. style "clearlooks-tree" = "clearlooks-wide"
  151. {
  152. }
  153.  
  154. style "clearlooks-frame-title" = "clearlooks-default"
  155. {
  156.     fg[NORMAL] = "#404040"
  157. }
  158.  
  159. style "clearlooks-tooltips" = "clearlooks-default"
  160. {
  161.     xthickness = 4
  162.     ythickness = 4
  163.     bg[NORMAL] = { 1.0,1.0,0.75 }
  164. }
  165.  
  166. style "clearlooks-progressbar" = "clearlooks-wide-orange"
  167. {
  168.     xthickness = 2
  169.     ythickness = 2
  170.     fg[PRELIGHT]  = "#ffffff"
  171. }
  172.  
  173. style "clearlooks-combo" = "clearlooks-button"
  174. {
  175. }
  176.  
  177. style "clearlooks-check" = "clearlooks-button"
  178. {
  179. }
  180.  
  181. style "clearlooks-range" = "clearlooks-wide-orange"
  182. {
  183. }
  184.  
  185. style "metacity-frame" = "clearlooks-default"
  186. {
  187.     bg[SELECTED] = "#CC863E"
  188. }
  189.  
  190. style "extra-view-widgets" = "clearlooks-default"
  191. {
  192.     bg[NORMAL] = "#F5C07F"
  193. }
  194.  
  195.  
  196. # widget styles
  197. class "GtkWidget"      style "clearlooks-default"
  198. class "GtkButton"      style "clearlooks-button"
  199. class "GtkCombo"       style "clearlooks-button"
  200. class "GtkRange"       style "clearlooks-range"
  201. class "GtkFrame"       style "clearlooks-wide"
  202. class "GtkMenu"        style "clearlooks-menu"
  203. class "GtkEntry"       style "clearlooks-wider-orange"
  204. class "GtkMenuItem"    style "clearlooks-menu-item"
  205. class "GtkNotebook"    style "clearlooks-notebook"
  206. class "GtkProgressBar" style "clearlooks-progressbar"
  207. class "MetaFrames"     style "metacity-frame"
  208. class "GtkWindow"      style "metacity-frame"
  209.  
  210. class "GtkCheckButton" style "clearlooks-check"
  211. class "GtkRadioButton" style "clearlooks-check"
  212.  
  213. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  214. widget_class "*MenuItem.*ProgressBar*" style "clearlooks-default"
  215.  
  216. # combobox stuff
  217. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  218. widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
  219. # tooltips stuff
  220. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  221. widget "gtk-tooltips" style "clearlooks-tooltips"
  222.  
  223. # treeview stuff
  224. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  225. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  226. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  227. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  228. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  229.  
  230. # notebook stuff
  231. widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
  232. widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
  233.  
  234. # these should really use base and text colors instead
  235. widget_class "*GtkCTree*" style "evolution-hack"
  236. widget_class "*GtkList*" style "evolution-hack"
  237. widget_class "*GtkCList*" style "evolution-hack"
  238. widget_class "*.ETree.*" style "evolution-hack"
  239.  
  240. widget "*.nautilus-extra-view-widget" style:highest "extra-view-widgets"
  241.